home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TDEFINEKEY / TDEFINEKEY.txt
Text File  |  1997-06-09  |  1KB  |  53 lines

  1. object DefineKey: TDefineKey
  2.   Left = 322
  3.   Top = 183
  4.   BorderStyle = bsDialog
  5.   Caption = 'Define Key Macro'
  6.   ClientHeight = 92
  7.   ClientWidth = 289
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object CancelBtn: TBitBtn
  17.     Left = 104
  18.     Top = 48
  19.     Width = 77
  20.     Height = 27
  21.     Font.Color = clBtnText
  22.     Font.Height = -12
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.     TabOrder = 0
  27.     OnClick = CancelBtnClick
  28.     Kind = bkCancel
  29.   end
  30.   object MyEdit1: TMyEdit
  31.     Left = 38
  32.     Top = 16
  33.     Width = 225
  34.     Height = 20
  35.     TabStop = False
  36.     AutoSelect = False
  37.     AutoSize = False
  38.     BorderStyle = bsNone
  39.     Color = clBtnFace
  40.     Ctl3D = False
  41.     Font.Color = clWindowText
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentCtl3D = False
  46.     ParentFont = False
  47.     ReadOnly = True
  48.     TabOrder = 1
  49.     Text = 'Press key combination to define/edit'
  50.     OnKeyDown = Edit1KeyDown
  51.   end
  52. end
  53.